Use an environmental variable (XM_SERVER) to determine XML-RPC URI.
authoranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:22 +0000 (10:25 +0100)
committeranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:22 +0000 (10:25 +0100)
commit22737f2517bf42a75ea0447dff8fdffc1fd49a6b
tree987f985212febcb86430d06edc967f090c73381b
parent321c94c756e55158c3f5e841217d1d9a35c2a939
Use an environmental variable (XM_SERVER) to determine XML-RPC URI.

This allows users to invoke xm against a remote server.  This is much more
useful though for exercising XML-RPC transports with xm-test though since
xm-test will continue to (mostly) function if the URI is localhost.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/xend/XendClient.py